home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 March
/
Chip_2004-03_cd1.bin
/
software
/
purge
/
PURG504.EXE
/
{app}
/
PURGEIE.EXE
/
0
/
RCDATA
/
TPURGZONA
/
TPURGZONA.txt
Wrap
Text File
|
2004-01-01
|
2KB
|
96 lines
object PurgZona: TPurgZona
Left = 613
Top = 735
Width = 469
Height = 201
Caption = 'PurgeIE - Add a new Zone Mask'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 32
Top = 16
Width = 243
Height = 14
Caption = 'Edit this suggested Zone Mask to prepare for Add:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object LabelResult: TLabel
Left = 4
Top = 88
Width = 450
Height = 13
Alignment = taCenter
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 0
Top = 130
Width = 461
Height = 44
Align = alBottom
TabOrder = 0
object AddToZoneBtn: TButton
Left = 48
Top = 8
Width = 200
Height = 30
Caption = 'Add to the indicated Zone'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = AddToZoneBtnClick
end
object Cancelbtn: TButton
Left = 300
Top = 8
Width = 100
Height = 30
Caption = 'Cancel'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = CancelbtnClick
end
end
object ZoneToAdd: TEdit
Left = 32
Top = 48
Width = 401
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = 'ZoneToAdd'
end
end